realm-extension

This command configures the Media Realm Extension table, which lets you define Media Realm Extensions. A Media Realm Extension defines a port range with the number of sessions for a specific Media-type network interface (configured in the IP Interfaces table). The table is a child of the Media Realm table.

Syntax

(config-voip)# realm <Index>
(realm-<Index># realm-extension <Index> 
(realm-extension-<Index>/<Index>)# 

Command

Description

Index

Defines the table row index.

ipv4if

Assigns an IPv4 network interface (configured in the IP Interfaces table) to the Media Realm Extension.

ipv6if

Assigns an IPv6 network interface (configured in the IP Interfaces table) to the Media Realm Extension.

port-range-start

Defines the first (lower) port in the range of media UDP ports for the Media Realm Extension.

session-leg

Defines the number of media sessions for the port range.

Command Mode

Privileged User

Example

This example configures a Media Realm Extension where two sessions are for interface "Voice":

(config-voip)# realm 0
(realm-0)# realm-extension 1
(realm-extension-0/1)# ipv4if Voice
(realm-extension-0/1)# session-leg 2
(realm-extension-0/1)# activate